runtime.workType.nBSSRoots (field)
7 uses
runtime (current package)
mgc.go#L394: nDataRoots, nBSSRoots, nSpanRoots, nStackRoots, nMaybeRunnableStackRoots int
mgc.go#L1964: print("runtime: full=", hex(work.full), " next=", next, " jobs=", jobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
mgcmark.go#L118: work.nBSSRoots = 0
mgcmark.go#L128: if nBSSRoots > work.nBSSRoots {
mgcmark.go#L129: work.nBSSRoots = nBSSRoots
mgcmark.go#L167: work.markrootJobs.Store(uint32(fixedRootCount + work.nDataRoots + work.nBSSRoots + work.nSpanRoots + work.nMaybeRunnableStackRoots))
mgcmark.go#L172: work.baseSpans = work.baseBSS + uint32(work.nBSSRoots)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |